Telegram Group & Telegram Channel
# پاسخ تمرین شماره 1
num1 = float(input("Input Number : "))
op = input("Input Operator : ")
num2 = float(input("Input Number : "))
choices = {
'+': num1 + num2,
'-': num1 - num2,
'*': num1 * num2,
'/': num1 / num2,
}
result = choices.get(op, 0)
# نمایش پاسخ به همراه عبارت
print(str(num1) + " " + op + " " + str(num2) + " = " + str(result))



tg-me.com/python12/1303
Create:
Last Update:

# پاسخ تمرین شماره 1
num1 = float(input("Input Number : "))
op = input("Input Operator : ")
num2 = float(input("Input Number : "))
choices = {
'+': num1 + num2,
'-': num1 - num2,
'*': num1 * num2,
'/': num1 / num2,
}
result = choices.get(op, 0)
# نمایش پاسخ به همراه عبارت
print(str(num1) + " " + op + " " + str(num2) + " = " + str(result))

BY پایتون / python


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/python12/1303

View MORE
Open in Telegram


پایتون python Telegram | DID YOU KNOW?

Date: |

Importantly, that investor viewpoint is not new. It cycles in when conditions are right (and vice versa). It also brings the ineffective warnings of an overpriced market with it.Looking toward a good 2022 stock market, there is no apparent reason to expect these issues to change.

Can I mute a Telegram group?

In recent times, Telegram has gained a lot of popularity because of the controversy over WhatsApp’s new privacy policy. In January 2021, Telegram was the most downloaded app worldwide and crossed 500 million monthly active users. And with so many active users on the app, people might get messages in bulk from a group or a channel that can be a little irritating. So to get rid of the same, you can mute groups, chats, and channels on Telegram just like WhatsApp. You can mute notifications for one hour, eight hours, or two days, or you can disable notifications forever.

پایتون python from in


Telegram پایتون / python
FROM USA